HomeSort by: relevance | last modified time | path
    Searched refs:nonsel (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/sed/
defs.h 106 u_int nonsel:1; /* True if ! */ member in struct:s_command
115 NONSEL, /* ! */
compile.c 128 {'!', 2, NONSEL},
189 cmd->startline = cmd->nonsel = 0;
212 nonsel: /* Now parse the command */
226 case NONSEL: /* ! */
229 cmd->nonsel = ! cmd->nonsel;
230 goto nonsel;
245 cmd->nonsel = 1;
process.c 354 return (cp->nonsel ? ! r : r);

Completed in 13 milliseconds