Lines Matching refs:NULL_POSITION
283 if (pos == NULL_POSITION) in find_linenum()
333 if (cpos == NULL_POSITION) in find_linenum()
364 if (cpos == NULL_POSITION) in find_linenum()
408 return (NULL_POSITION); in find_pos()
416 return (NULL_POSITION); in find_pos()
417 if (cpos == NULL_POSITION) in find_pos()
418 return (NULL_POSITION); in find_pos()
426 return (NULL_POSITION); in find_pos()
434 return (NULL_POSITION); in find_pos()
435 if (cpos == NULL_POSITION) in find_pos()
436 return (NULL_POSITION); in find_pos()
459 while (pos == NULL_POSITION && where >= 0 && where < sc_height) in currline()
461 if (pos == NULL_POSITION) in currline()
491 while (pos != NULL_POSITION) in scan_eof()