Searched refs:isign (Results 1 – 6 of 6) sorted by relevance
/openbsd/usr.bin/mail/ |
H A D | send.c | 91 dostat = doign == 0 || !isign("status", doign); in sendmessage() 161 if (doign && isign(line, doign)) in sendmessage()
|
H A D | extern.h | 156 int isign(char *, struct ignoretab *);
|
H A D | util.c | 603 isign(char *field, struct ignoretab ignore[2]) in isign() function
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/execute/ |
H A D | intrinsic77.f | 309 intrinsic isign,sign,dsign
|
/openbsd/gnu/gcc/libdecnumber/ |
H A D | decNumber.c | 5609 char isign = '+'; /* main sign */ local 5616 isign = '-'; 5617 printf (" >> %c ", isign);
|
/openbsd/gnu/usr.bin/gcc/gcc/f/ |
H A D | intrin.def | 227 DEFNAME ("ISIGN", "isign", "ISign", genNONE, specISIGN)
|