Searched refs:assignment (Results 1 - 25 of 46) sorted by relevance

12

/macosx-10.10/Heimdal-398.1.2/lib/sl/
H A Dslc.h39 struct assignment { struct
44 struct assignment *assignment; member in union:assignment::__anon694
47 struct assignment *next;
H A Dslc-gram.y48 extern struct assignment *assignment;
59 struct assignment *assignment;
64 %type <assignment> assignment assignments
72 assignment = $1;
76 assignments : assignment assignments
81 | assignment
84 assignment label
[all...]
/macosx-10.10/postfix-255/postfix/src/postmulti/
H A Dpostmulti.c170 /* .SH "New or existing instance name assignment"
563 * Instance name assignment. Each instance may be assigned an instance name
972 static void check_name_assignments(NAME_ASSIGNMENT *assignment) argument
982 if (assignment->name && *assignment->name) {
983 if (!check_safe_name(assignment->name))
985 assignment->name);
986 if (strchr(assignment->name, '/'))
988 assignment->name);
989 if (NEED_NAME_PREFIX(assignment
1005 do_name_assignments(INSTANCE *target, NAME_ASSIGNMENT *assignment) argument
1033 make_private_path(const char *param_name, const char *primary_value, NAME_ASSIGNMENT *assignment) argument
1136 assign_new_parameters(INSTANCE *new, int edit_cmd, char **argv, NAME_ASSIGNMENT *assignment) argument
1256 install_new_instance(int edit_cmd, char **argv, INST_SELECTION *selection, NAME_ASSIGNMENT *assignment, int *export_flags) argument
1274 update_instance(INSTANCE *target, NAME_ASSIGNMENT *assignment) argument
1326 manage(int edit_cmd, int argc, char **argv, INST_SELECTION *selection, NAME_ASSIGNMENT *assignment) argument
1627 NAME_ASSIGNMENT assignment; local
[all...]
/macosx-10.10/Security-57031.1.35/Security/include/security_keychain/
H A DTrustStore.h57 void assign(Certificate *cert, Policy *policy, SecTrustUserSetting assignment);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DTrustStore.h57 void assign(Certificate *cert, Policy *policy, SecTrustUserSetting assignment);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DTrustStore.h57 void assign(Certificate *cert, Policy *policy, SecTrustUserSetting assignment);
/macosx-10.10/Heimdal-398.1.2/lib/roken/
H A Denvironment.c42 /* find assignment in env list; len is length of variable including
47 find_var(char **env, char *assignment, size_t len) argument
51 if(strncmp(env[i], assignment, len) == 0)
/macosx-10.10/ksh-23/ksh/src/lib/libast/astsa/
H A Doption.h73 unsigned char assignment; /* option arg assigment op */ member in struct:Opt_s
/macosx-10.10/ksh-23/ksh/src/lib/libast/include/
H A Doption.h72 unsigned char assignment; /* option arg assigment op */ member in struct:Opt_s
/macosx-10.10/tcl-105/tcl/tcl/generic/
H A DtclEnv.c314 const char *assignment) /* Info about environment variable in the form
321 if (assignment == NULL) {
330 name = Tcl_ExternalToUtfDString(NULL, assignment, -1, &nameString);
310 Tcl_PutEnv( const char *assignment) argument
/macosx-10.10/bash-94.1.2/bash-3.2/lib/sh/
H A Dgetenv.c118 offset = assignment (str, 0);
/macosx-10.10/vim-55/runtime/syntax/
H A Djproperties.vim63 " an assignment is pretty much any non-empty line at this point,
78 " here an assignment is id=value or id:value, and we conveniently
83 " always followed by = or :, and we find it in an assignment
H A Dr.vim10 " R assignment arrow
H A Daap.vim136 " A heredoc assignment.
H A Dnatural.vim46 " assignment / calculation
/macosx-10.10/bash-94.1.2/bash-3.2/builtins/
H A Ddeclare.c175 offset = assignment (name, 0);
H A Dsetattr.c137 assign = assignment (name, 0);
187 the assignment is not performed correctly, flag an error. */
/macosx-10.10/bash-94.1.2/bash-3.2/
H A Dgeneral.h289 extern int assignment __P((const char *, int));
H A Dgeneral.c258 /* Returns non-zero if STRING is an assignment statement. The returned value
261 assignment (string, flags) function
280 is not an assignment statement. */
300 /* Variable names in assignment statements may contain only letters,
801 *LENP. FLAGS tells whether or not we're in an assignment context --
838 ASSIGN_P is 1 if this is a variable assignment, so the alternate
840 ASSIGN_P is 2, we are expanding the rhs of an assignment statement,
/macosx-10.10/ruby-106/ruby/test/rdoc/
H A Dtest_rdoc_generator_json_index.rb112 assignment = $&
115 refute_empty assignment
/macosx-10.10/emacs-93/emacs/lisp/progmodes/
H A Dcc-defs.el1941 ;; In that case we just continue with the "assignment" before
1966 (eq (setq value (c-find-assignment-for-mode
1973 (eq (setq value (c-find-assignment-for-mode
1978 (eq (setq value (c-find-assignment-for-mode
1999 (defun c-find-assignment-for-mode (source-pos mode match-any-lang name)
2000 ;; Find the first assignment entry that applies to MODE at or after
2003 ;; On return SOURCE-POS is updated to point to the next assignment
2004 ;; after the returned one. If no assignment is found,
2007 ;; SOURCE-POS is a vector that points out a specific assignment in
2017 (assignment
[all...]
/macosx-10.10/ICU-531.30/icuSources/common/
H A Dlocid.cpp982 const char* assignment = uprv_strchr(fullName, '='); local
984 if(assignment > variantStart) {
/macosx-10.10/llvmCore-3425.0.34/lib/Support/
H A Dregengine.inc646 case OLPAREN: /* must undo assignment if rest fails */
657 case ORPAREN: /* must undo assignment if rest fails */
/macosx-10.10/vim-55/runtime/autoload/
H A Dpython3complete.vim23 " * Fixed an issue where the FIRST assignment was always used instead of
24 " using a subsequent assignment for a variable
37 " * Added tuple assignment parsing (whoops, that was forgotten)
H A Dpythoncomplete.vim21 " * Fixed an issue where the FIRST assignment was always used instead of
22 " using a subsequent assignment for a variable
35 " * Added tuple assignment parsing (whoops, that was forgotten)

Completed in 212 milliseconds

12