Searched refs:origline (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/lib/libshare/common/ |
H A D | libsharecore.c | 85 char *origline; member 250 item->origline = strdup(buff); in getdfstab() 381 if (strcmp(item->origline, line) == 0) in remdfsline() 481 (void) fprintf(dfstab, "%s", item->origline); in outdfstab() 487 (void) fprintf(dfstab, "%s", item->origline); in outdfstab() 1078 if (entry->origline != NULL) in dfs_free_list() 1079 free(entry->origline); in dfs_free_list() 1124 if (list->origline == NULL) { in parse_dfstab() 1165 list->lineno, list->origline); in parse_dfstab() 1166 add_syntax_comment(root, list->origline, in parse_dfstab() [all …]
|
/titanic_50/usr/src/cmd/perl/contrib/Sun/Solaris/Project/ |
H A D | Project.pm | 161 my ($line, $origline, $next, @projf); 165 $origline = $line; 195 $projent->{'line'} = $origline;
|