/osnet-11/usr/src/lib/libcurses/screen/ |
H A D | is_linetou.c | 48 is_linetouched(WINDOW *win, int line) argument 50 if (line < 0 || line >= win->_maxy) 52 if (win->_firstch[line] == _INFINITY)
|
H A D | ripoffline.c | 46 * such that a line is removed from the user's screen by initscr. This 48 * which tells initscr to reduce the size of stdscr by one for each line 58 int line; member in struct:_ripdef 82 ((flag = _ripstruct[i].line) > 0) ? 0 : LINES, 0), COLS); 90 ripoffline(int line, int (*initfunction)(WINDOW *, int)) argument 93 _ripstruct[_ripcounter].line = line;
|
/osnet-11/usr/src/lib/libpp/common/ |
H A D | ppcomment.c | 31 ppcomment(char* head, char* comment, char* tail, int line) argument 33 NoP(line);
|
H A D | ppincref.c | 32 ppincref(char* parent, char* file, int line, int type) argument 38 NoP(line);
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/x2p/ |
H A D | s2p.t | 56 line 1 57 line 2 58 line 3 59 line 4 60 line 5 61 line 6 62 line 7 63 line 8 146 line 1 147 line [all...] |
/osnet-11/usr/src/grub/grub2/grub-core/commands/ |
H A D | read.c | 36 char *line; local 41 line = grub_malloc (1 + i + sizeof('\0')); 42 if (! line) 53 line[i] = c; 57 tmp = grub_realloc (line, 1 + i + sizeof('\0')); 60 grub_free (line); 63 line = tmp; 65 line[i] = '\0'; 67 return line; 74 char *line; local [all...] |
/osnet-11/usr/src/tools/onbld/Checks/ |
H A D | Mapfile.py | 52 # comment and empty lines until the first non-empty line is seen. 53 # This line must be '$mapfile_version 2'. 57 for line in fh: 58 line = CmtRE.sub(r'', line) 59 line = LeadingWSRE.sub(r'', line) 60 if line == '' : 63 # First non=empty line must be version declaration 64 if not VersionRE.match(line) [all...] |
H A D | Keywords.py | 60 for line in fh: 61 line = line.rstrip('\r\n') 64 if lenient and ident.search(line): 67 match = anykword.findall(line) 73 output.write(" %s\n" % line)
|
H A D | HdrChk.py | 86 for line in self.file: 88 if not line or line.isspace(): 91 line = line.rstrip('\r\n') 94 if line.endswith('\\'): 95 line = line[0:-1] + self.getline() 97 return line 103 # Optionally take a line t [all...] |
H A D | CStyle.py | 58 for line in tmpfile: 59 line = line.replace('<stdin>', filename) 60 output.write(line)
|
H A D | JStyle.py | 57 for line in tmpfile: 58 line = line.replace('<stdin>', filename) 59 output.write(line)
|
/osnet-11/usr/src/grub/grub2/grub-core/lib/ |
H A D | hexdump.c | 28 char line[80]; local 34 pos = grub_snprintf (line, sizeof (line), "%08lx ", bse); 41 pos += grub_snprintf (&line[pos], sizeof (line) - pos, 44 line[pos++] = ' '; 49 pos += grub_snprintf (&line[pos], sizeof (line) - pos, " "); 51 line[pos++] = ' '; 54 line[po [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/x2p/ |
H A D | a2p.c | 5 #line 2 "a2p.y" 24 #line 24 "y.tab.c" 2076 #line 401 "a2p.y" 2081 #line 2081 "y.tab.c" 2222 #line 51 "a2p.y" 2226 #line 55 "a2p.y" 2231 #line 60 "a2p.y" 2235 #line 62 "a2p.y" 2239 #line 66 "a2p.y" 2243 #line 6 [all...] |
/osnet-11/usr/src/grub/grub2/grub-core/lib/posix_wrap/ |
H A D | assert.h | 27 assert_real (const char *file, int line, int cond) argument 30 grub_fatal ("Assertion failed at %s:%d\n", file, line);
|
/osnet-11/usr/src/lib/efcode/packages/ |
H A D | parse.c | 84 line_error(char *where, int line, char *msg) argument 86 log_message(MSG_ERROR, "%s:%d: %s\n", where, line, msg); 94 char *buffer, *line, *target, *next; local 105 while ((line = fgets(buffer, PARSE_LINE, fd)) != NULL) { 107 if ((next = strpbrk(line, " \t#\n")) != NULL) 109 if (strlen(line) == 0) 111 if ((target = strchr(line, ':')) == NULL) { 112 line_error(where, lnum, "Badly formed line"); 116 if (strlen(line) == 0) { 124 for (; line; lin [all...] |
/osnet-11/usr/src/cmd/ldap/ns_ldap/ |
H A D | ldapaddent.h | 70 extern int genent_user_attr(char *line, int (*cback)()); 71 extern int genent_prof_attr(char *line, int (*cback)()); 72 extern int genent_exec_attr(char *line, int (*cback)()); 73 extern int genent_auth_attr(char *line, int (*cback)()); 74 extern int genent_tnrhdb(char *line, int (*cback)()); 75 extern int genent_tnrhtp(char *line, int (*cback)());
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ |
H A D | perly.c | 5 #line 16 "perly.y" 36 #line 51 "perly.y" 38 #line 54 "perly.y" 45 #line 62 "perly.y" 53 #line 54 "perly.c" 1193 "lineseq : lineseq line", 1194 "line : label cond", 1195 "line : loop", 1196 "line : label ';'", 1197 "line [all...] |
/osnet-11/usr/src/lib/libplot/t4014/common/ |
H A D | line.c | 37 line(short x0, short y0, short x1, short y1) function
|
/osnet-11/usr/src/cmd/ldap/common/ |
H A D | ldaptest.c | 38 getaline( char *line, int len, FILE *fp, char *prompt ) argument 42 if ( fgets( line, len, fp ) == NULL ) 45 line[ strlen( line ) - 1 ] = '\0'; 47 return( line ); 261 char line[256], command1, command2, command3; local 283 if (( argv = get_list( "cmd line arg?" )) == NULL ) { 391 (void) memset( line, '\0', sizeof(line) ); 392 while ( getaline( line, sizeo [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/Harness/t/ |
H A D | strap.t | 38 for my $line ( sort keys %comments ) { 39 my $line_comment = $comments{$line}; 43 my $name = substr($line, 0, 20); 44 ok( $strap->_is_comment($line, \$comment), " comment '$name'" ); 174 for my $line ( sort keys %tests ) { 175 my $expect = $tests{$line}; 177 ok( $strap->_is_test($line, \%test), "_is_test() spots '$line'" ); 189 foreach my $line (@untests) { 194 ok( !$strap->_is_test($line, \ [all...] |
/osnet-11/usr/src/cmd/sendmail/aux/ |
H A D | mailcompat.c | 94 /* read message from standard input (just from line) */ 110 ** Reads first line from standard input. 120 static char line[MAXLINE]; local 133 /* read the line */ 134 while (fgets(line, sizeof line, stdin) != NULL) 136 if (line[0] == (char)'\n') /* end of mail headers */ 138 if (in_body && (strncmp(line, "From ", 5) == 0)) 140 if (in_body || (strncasecmp(line, L_HEADER, LL_HEADER) != 0)) 141 fputs(line, mail_f 150 static char line[MAXLINE]; local 267 char line[MAXLINE]; local 323 char line[MAXLINE]; local [all...] |
/osnet-11/usr/src/cmd/hal/hald/ |
H A D | ids.c | 51 /** Initialize the pci.ids line iterator to the beginning of the file */ 61 /** Get the next line from pci.ids 63 * @param line_len Pointer to where number of bytes in line will 65 * @return Pointer to the line; only valid until the 72 static char line[PCI_IDS_MAX_LINE_LEN]; local 78 line[i] = pci_ids[pci_ids_iter_pos]; 81 line[i] = '\0'; 87 return line; 121 char *line; local 147 line 349 static char line[USB_IDS_MAX_LINE_LEN]; local 391 char *line; local [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/t/ |
H A D | lint.t | 25 Implicit scalar context for array in scalar assignment at -e line 1 29 Implicit scalar context for array in length at -e line 1 33 Implicit match on $_ at -e line 1 37 Implicit substitution on $_ at -e line 1 47 Implicit use of $_ in foreach at -e line 1 51 Use of $_ at -e line 1 55 Use of $_ at -e line 1 59 Illegal reference to private name _f at -e line 1 63 Illegal reference to private name _x at -e line 1 67 Illegal reference to private method name _f at -e line [all...] |
/osnet-11/usr/src/lib/libdscfg/common/ |
H A D | cfg_local.h | 34 int addcfline(cfp_t *cfp, char *line, int table_index); 35 int replacecfline(cfp_t *cfp, char *line, int table_index, int offset);
|
/osnet-11/usr/src/grub/grub2/grub-core/kern/ |
H A D | rescue_reader.c | 31 /* Prompt to input a command and read the line. */ 33 grub_rescue_read_line (char **line, int cont) argument 72 *line = grub_strdup (linebuf); 84 char *line; local 90 grub_rescue_read_line (&line, 0); 91 if (! line || line[0] == '\0') 94 grub_rescue_parse_line (line, grub_rescue_read_line); 95 grub_free (line);
|