| /onnv/onnv-gate/usr/src/cmd/saf/ |
| misc.h | 41 * comment delimiter 44 # define COMMENT '#'
|
| /onnv/onnv-gate/usr/src/lib/libnsl/saf/ |
| doconfig.c | 49 #define COMMENT '#' 101 p = strchr(buf, COMMENT); 228 * these assignments make the comment below true
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/cli/pntadm/ |
| PntAdm.java | 74 public static final int COMMENT = 'c';
|
| /onnv/onnv-gate/usr/src/cmd/lp/include/ |
| form.h | 68 char * comment; member in struct:FORM 94 #define COMMENT "comment"
|
| /onnv/onnv-gate/usr/src/uts/common/zmod/ |
| inflate.h | 30 COMMENT, /* i: waiting for end of comment (gzip) */ 63 NAME -> COMMENT -> HCRC -> TYPE
|
| /onnv/onnv-gate/usr/src/cmd/autopush/ |
| autopush.c | 44 * # Comment lines begin with a # in column one. 77 #define COMMENT '#' 270 if ((buf[0] == COMMENT) || is_white_space(buf))
|
| /onnv/onnv-gate/usr/src/cmd/consadm/ |
| consadm.c | 56 #define COMMENT '#' 393 if (buf[0] == COMMENT || buf[0] == NEWLINE || 456 if (value[0] == COMMENT || value[0] == NEWLINE || 852 if (value[0] == COMMENT ||
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/x2p/ |
| a2p.c | 30 #define COMMENT 262 [all...] |
| /onnv/onnv-gate/usr/src/lib/libast/common/port/ |
| astlicense.c | 28 * generate a license comment -- see proto(1) 87 #define COMMENT(x,b,s,u) comment(x,b,s,sizeof(s)-1,u) 217 * center and copy comment line s to p 227 comment(Notice_t* notice, register Buffer_t* b, register char* s, register int n, int u) function 358 * read the license file and generate a comment in p, length size 658 comment(¬ice, &buf, NiL, 1, 0); 659 comment(¬ice, &buf, NiL, 0, 0); 665 comment(¬ice, &buf, BUF(&tmp), USE(&tmp), 0); 670 comment(¬ice, &buf, BUF(&tmp), USE(&tmp), 0) [all...] |
| /onnv/onnv-gate/usr/src/grub/grub-0.97/stage2/ |
| gunzip.c | 248 #define COMMENT 0x10 /* bit 4 set: file comment present */ 304 || ((buf[3] & COMMENT) && bad_field (-1))) [all...] |
| /onnv/onnv-gate/usr/src/cmd/init/ |
| init.c | 285 #define COMMENT 5 [all...] |