Searched defs:not (Results 1 - 2 of 2) sorted by relevance
/ast/src/cmd/ksh93/bltins/ |
H A D | test.c | 115 register int not; local 131 if(!(argc==4 && (not=sh_lookup(cp=argv[2],shtab_testops)))) 137 not = c_eq(cp,'!'); 142 if(!not) 155 if(not && cp[0]=='-' && cp[2]==0) 159 else if(not && c_eq(argv[2],'!')) 166 if(not)
|
/ast/src/cmd/tw/ |
H A D | find.c | 70 " [+1-125?A command line meeting the specified requirements could not" 73 " [+126?\acommand\a was found but could not be executed.]" 74 " [+127?\acommand\a was not found.]" 360 "Do not apply tests or actions a levels less than \alevel\a." 365 "Do not descend into directories in different filesystems than" 380 " and link count not equal to 2 plus the number of subdirectories.", 381 "not", NOT, Op, 0, 0, 0, 382 "\b-not\b \aexpr\a: inverts the truth value of \aexpr\a.", 387 " If the response does not match `[yY]].*' then the command" 388 " is not ru 1345 int not = 0; local [all...] |
Completed in 36 milliseconds