ln                 69 core/suba.c    check_cell(const allocator *suba, cell* c, char *fn, int ln)
ln                 73 core/suba.c                DebugAssert("Corrupt cell header", ln);
ln                 78 core/suba.c        DebugAssert(buf, ln);
ln                349 modules/motion_detector.c     int calls,i, ln, fd;
ln                382 modules/motion_detector.c             ln=sprintf(buf,"[%d] - %d\r\n",i,motion_detector.comp_calls[i]);
ln                383 modules/motion_detector.c             if(big_ln+ln>MD_INFO_BUF_SIZE){
ln                387 modules/motion_detector.c             memcpy(big+big_ln,buf,ln+1);
ln                388 modules/motion_detector.c             big_ln+=ln;