HomeSort by: relevance | last modified time | path
    Searched defs:cu_nextp (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.bin/sed/
main.c 91 static struct s_compunit *script, **cu_nextp = &script; variable in typeref:struct:s_compunit ***
501 *cu_nextp = cu;
502 cu_nextp = &cu->next;

Completed in 12 milliseconds