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

  /src/bin/csh/
exec.c 609 struct wordent lexw[3]; local in function:dowhich
612 lexw[0].next = &lexw[1];
613 lexw[1].next = &lexw[2];
614 lexw[2].next = &lexw[0];
616 lexw[0].prev = &lexw[2];
617 lexw[1].prev = &lexw[0]
    [all...]
exec.c 609 struct wordent lexw[3]; local in function:dowhich
612 lexw[0].next = &lexw[1];
613 lexw[1].next = &lexw[2];
614 lexw[2].next = &lexw[0];
616 lexw[0].prev = &lexw[2];
617 lexw[1].prev = &lexw[0]
    [all...]

Completed in 268 milliseconds