Home
last modified time | relevance | path

Searched refs:firststr (Results 1 – 12 of 12) sorted by relevance

/dports/shells/dash/dash-0.5.11.5/src/
H A Dhistedit.c188 const char *firststr, *laststr; in histcmd() local
203 (void) &firststr; in histcmd()
304 firststr = lflg ? "-16" : "-1"; in histcmd()
308 firststr = argv[0]; in histcmd()
312 firststr = argv[0]; in histcmd()
322 first = str_to_event(firststr, 0); in histcmd()
/dports/devel/kBuild/kBuild-0.1.9998/src/kash/
H A Dhistedit.c230 const char *firststr, *laststr; in histcmd() local
245 (void) &firststr; in histcmd()
342 firststr = lflg ? "-16" : "-1"; in histcmd()
346 firststr = argv[0]; in histcmd()
350 firststr = argv[0]; in histcmd()
360 first = str_to_event(firststr, 0); in histcmd()
/dports/science/lammps/lammps-stable_29Sep2021/tools/python/pizza/
H A Dlog.py211 self.firststr = str_multi
214 self.firststr = str_one
220 s1 = txt.find(self.firststr)
234 s1 = txt.find(self.firststr)
273 s1 = txt.find(self.firststr,start)
/dports/science/sparta/sparta-20Oct2021/tools/testing/
H A Dolog.py68 self.firststr = "Step"
79 if len(list) > 1 and len(list[1]): self.firststr = list[1]
217 s1 = txt.find(self.firststr)
256 s1 = txt.find(self.firststr,start)
/dports/science/sparta/sparta-20Oct2021/tools/pizza/
H A Dolog.py68 self.firststr = "Step"
79 if len(list) > 1 and len(list[1]): self.firststr = list[1]
217 s1 = txt.find(self.firststr)
256 s1 = txt.find(self.firststr,start)
/dports/editors/cooledit/cooledit-3.17.28/widget/
H A Ddirtools.c121 char *firststr, *secondstr; in get_file_list() local
132 if (strcmp (firststr = strline (list, r), secondstr = strline (list, q)) > 0) { in get_file_list()
136 memcpy (list + r, firststr, strlen (firststr)); in get_file_list()
/dports/cad/xcircuit/xcircuit-3.10.30/
H A Dtext.c344 stringpart *mergestring(stringpart *firststr) in mergestring() argument
348 if (firststr) nextstr = firststr->nextpart; in mergestring()
350 if (firststr->type == TEXT_STRING && nextstr->type == TEXT_STRING) { in mergestring()
351 firststr->nextpart = nextstr->nextpart; in mergestring()
352 firststr->data.string = (char *)realloc(firststr->data.string, in mergestring()
353 1 + strlen(firststr->data.string) + strlen(nextstr->data.string)); in mergestring()
354 strcat(firststr->data.string, nextstr->data.string); in mergestring()
359 return firststr; in mergestring()
/dports/lang/pcc/pcc-1.1.0/cc/cxxcom/
H A Dsymtabs.c50 static struct tree *firststr; variable
67 return symtab_add(key, &firststr, &strtabs, &strstrlen); in addstring()
/dports/lang/pcc/pcc-1.1.0/cc/ccom/
H A Dsymtabs.c50 static struct tree *firststr; variable
67 return symtab_add(key, &firststr, &strtabs, &strstrlen); in addstring()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/tests/
H A Dt_iprop.py93 firststr = first and str(first) or 'None'
94 if 'First serial # : ' + firststr + '\n' not in out:
/dports/security/krb5/krb5-1.19.2/src/tests/
H A Dt_iprop.py94 firststr = first and str(first) or 'None'
95 if 'First serial # : ' + firststr + '\n' not in out:
/dports/graphics/mapserver/mapserver-7.6.4/
H A Dmapproject.c2058 char* firststr = *(char**)firstelt; local
2060 return strcmp(firststr, secondstr);